home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / silence < prev    next >
Encoding:
Text File  |  2001-03-21  |  352 b   |  15 lines

  1. Synopsis:
  2.    on [<modes>]silence [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client receives a reply from the
  6.    server from a SILENCE command.
  7.  
  8. Parameters:
  9.    $0    a '+' if a pattern was added, '-' if one was removed
  10.    $1    the pattern silenced (or unsilenced)
  11.  
  12. See Also:
  13.    silence(1)
  14.  
  15.